home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / rocketman.swf / scripts / frame_229 / DoAction.as
Text File  |  2007-01-12  |  191b  |  10 lines

  1. lti++;
  2. if(bg._framesloaded <= 0)
  3. {
  4.    this.gotoAndPlay("level1loading");
  5. }
  6. if(lti > 60 && (bg.getBytesLoaded() == 0 || bg.getBytesLoaded() == -1))
  7. {
  8.    this.gotoAndPlay("level1");
  9. }
  10.